| C1.WPF.DX.4 Assembly > C1.Util.DX.Storage Namespace > PropertyBag Class > Get Method : Get<T1,T2>(PropertyBagKey<T1,T2>) Method |
'Declaration
Public Overloads Function Get
(Of T1,T2)( _
ByVal propertyKey As PropertyBagKey(Of T1,T2) _
) As T1
public T1 Get<T1,T2>( PropertyBagKey<T1,T2> propertyKey )